home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / hash / Hash_DeleteEntry.man < prev    next >
Text File  |  1988-12-30  |  669b  |  26 lines

  1. ' $Header: /sprite/src/lib/c/hash/RCS/Hash_DeleteEntry.man,v 1.1 88/12/30 15:05:17 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS Hash_DeleteEntry lib
  4. .BS
  5. .SH NAME
  6. Hash_DeleteEntry \- remove an existing entry from a hash table 
  7. .SH SYNOPSIS
  8. \fB#include <hash.h>\fR
  9. .sp
  10. \fBHash_DeleteEntry\fR(\fItablePtr, entryPtr\fR)
  11. .AS Hash_Table *tablePtr
  12. .SH ARGUMENTS
  13. .AP Hash_Table *tablePtr in
  14. Table in which to delete entry.
  15. .AP Hash_Entry *entryPtr in
  16. Address of entry to delete (must exist in table).  If NULL,
  17. the procedure does nothing.
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .LP
  22. \fBHash_DeleteEntry\fR removes the given entry from the given table.
  23.  
  24. .SH KEYWORDS
  25. delete, hash table
  26.